icon theme: Start to untangle GtkIconInfo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 18 Oct 2019 12:22:11 +0000 (07:22 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 18 Oct 2019 13:53:23 +0000 (08:53 -0500)
commitdd69bcabf778c082ab47bff208a3f81301d89bed
tree4c7c07d99820823fff18333da090b564ab46eaa8
parent6373ced6084cb1b2e8824a2e94c68b0a3a386413
icon theme: Start to untangle GtkIconInfo

GtkIconInfo contains too much redundant data,
and it is hard to know which fields are to be
used when.

This commit starts to move towards dropping the
icon_file field - we prefer to work with the
filename directly, since it lets us avoid mime
sniffing and strdups.
gtk/gtkicontheme.c